home *** CD-ROM | disk | FTP | other *** search
/ Windows 6-Pak - Disc 5 / Windows 6-Pak (InfoMagic) (Disc 5) (1999).ISO / Scripting-Tools / js15full.exe / Working.ht_ / Working.ht
Encoding:
Text File  |  1998-04-02  |  924 b   |  26 lines

  1. <!--- Java Script code by Java Script It! - http://www.computan.on.ca/~todd/JavaScriptIt! --><html>
  2.  
  3. <head>
  4. <title>Working Buttons</title>
  5. </head>
  6.  
  7. <body bgColor="#FFFFFF" text="000000">
  8.  
  9. <div align=center><font size=6 font="Arial"><b>Working Buttons</b></font></div><p>
  10.  
  11. If you would like to add standard Windows buttons to your web page(s) rather than hyperlinks, just use Working Buttons. Below are some some Working Buttons that will take you to a specific URL when clicked.<p>
  12.  
  13. <form><input type=button value="Combo Links" onClick="location.href='combo.htm'"></form> 
  14.  
  15. <form><input type=button value="Graphic Rollovers" onClick="location.href='g_roll.htm'"></form><p>
  16.  
  17. <b>Browser Compatibility</b><br>
  18. ò Works fully in Netscape Navigator 2.01 and higher<br>
  19. ò Works fully in Microsoft Internet Explorer 3.0 and higher<br>
  20. ò Buttons may appear as text boxes in old borwsers
  21.  
  22. </body>
  23.  
  24. </html>
  25.  
  26.